
This resource returns the status for the domain.
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK), and the response body contains the requested data. If the URI is malformed or the database does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
flexrep-admin role, or the following
privilege: http://marklogic.com/xdmp/privileges/flexrep-admin
flexrep:domain-status().
The information is the same as is returned from the flexrep:target-status()
API.
=>
{ "domain-id":"11823208805791791213",
"document-count":0,
"unpropertied-count":0,
"deleted-count":0,
"pending-count":0,
"error-count":0,
"cpf-active-count":0,
"cpf-error-count":0,
"cpf-final-count":0,
"cpf-initial-count":0,
"cpf-updated-count":0,
"partial-count":0,
"deleted-targets-count":0,
"target-statuses":
[ {"target-id":"1563671060741473909",
"target-name":"push",
"pending-retry-count":0,
"missing-count":0,
"error-count":0,
"waiting-binary-count":0
},
{ ... }
]
}